use d280db1
go
  create unique nonclustered index x280org1 on                                     
         t280org                                                                
         ( f_afm_c                                                              
         ) with fillfactor = 90                                                 
go                                                                              
  create  index x280org2 on                                     
         t280org                                                                
         ( f_grp_x                                                              
         , f_div_x
         , f_bu_x
         ) with fillfactor = 90                                                 
go                                                                              
  create  index x280org3 on                                     
         t280org                                                                
         ( f_div_x                                                              
         ) with fillfactor = 90                                                 
go                                                                              
  create  index x280org4 on                                     
         t280org                                                                
         ( f_bu_x                                                              
         ) with fillfactor = 90                                                 
go                                                                              
